Skip to main content
Version: 1.x.x

CommandLoadingEventType


import { CommandLoadingEventType } from "@hyper-fetch/core"

Description

Defined in managers/command/command.manager.types.ts:4

Preview

type CommandLoadingEventType = {
isOffline: boolean;
isRetry: boolean;
loading: boolean;
queueKey: string;
requestId: string;
}

Structure

{
isOffline: boolean;
isRetry: boolean;
loading: boolean;
queueKey: string;
requestId: string;
}